Interface BVI

All Superinterfaces:
IPCObject
All Known Implementing Classes:
BVIImpl

public interface BVI extends IPCObject
Information provided by the PKI file:

    \class BVI
    
    \brief BVI handles and manipulates the individual BVI.
    
    \example network().getDevice("Router0").getEmbeddedCiscoDevice().getProcess("BVIManager").getBVIAt(0)
    
Author:
Auto-generated
  • Method Details

    • getName

      String getName()
      Information provided by the PKI file:
      
          \brief Returns the name of this BVI.
          
          \return string, the name of this BVI.
          
              
      Returns:
      String Returns a String
    • getBVINumber

      int getBVINumber()
      Information provided by the PKI file:
      
          \brief Returns the BVI number of this BVI.
          
          \return int, the BVI number of this BVI.
          
              
      Returns:
      int Returns a int